[INFO] cloning repository https://github.com/fbongiovanni29/vmctl
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/fbongiovanni29/vmctl" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffbongiovanni29%2Fvmctl", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffbongiovanni29%2Fvmctl'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c5c6b6861d658c33bf8d015e64b62e132c253afa
[INFO] testing fbongiovanni29/vmctl/c5c6b6861d658c33bf8d015e64b62e132c253afa against master#f9988fefd3add01f414f52b414308e7872622fee for pr-155114
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffbongiovanni29%2Fvmctl" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/fbongiovanni29/vmctl
[INFO] finished tweaking git repo https://github.com/fbongiovanni29/vmctl
[INFO] tweaked toml for git repo https://github.com/fbongiovanni29/vmctl written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/fbongiovanni29/vmctl on toolchain f9988fefd3add01f414f52b414308e7872622fee
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f9988fefd3add01f414f52b414308e7872622fee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/fbongiovanni29/vmctl already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f9988fefd3add01f414f52b414308e7872622fee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded uuid v1.20.0
[INFO] [stderr]   Downloaded matchers v0.2.0
[INFO] [stderr]   Downloaded zmij v1.0.20
[INFO] [stderr]   Downloaded const-random v0.1.18
[INFO] [stderr]   Downloaded const-random-macro v0.1.16
[INFO] [stderr]   Downloaded pbkdf2 v0.12.2
[INFO] [stderr]   Downloaded pkcs5 v0.7.1
[INFO] [stderr]   Downloaded scrypt v0.11.0
[INFO] [stderr]   Downloaded reqsign v0.16.5
[INFO] [stderr]   Downloaded rust-ini v0.21.3
[INFO] [stderr]   Downloaded ordered-multimap v0.7.3
[INFO] [stderr]   Downloaded crc32c v0.6.8
[INFO] [stderr]   Downloaded dlv-list v0.5.2
[INFO] [stderr]   Downloaded pem v3.0.6
[INFO] [stderr]   Downloaded simple_asn1 v0.6.3
[INFO] [stderr]   Downloaded jiff-tzdb-platform v0.1.3
[INFO] [stderr]   Downloaded deranged v0.5.5
[INFO] [stderr]   Downloaded jsonwebtoken v9.3.1
[INFO] [stderr]   Downloaded backon v1.6.0
[INFO] [stderr]   Downloaded jiff-tzdb v0.1.5
[INFO] [stderr]   Downloaded portable-atomic-util v0.2.5
[INFO] [stderr]   Downloaded ed25519-dalek v2.2.0
[INFO] [stderr]   Downloaded clap v4.5.57
[INFO] [stderr]   Downloaded jiff-static v0.2.19
[INFO] [stderr]   Downloaded clap_builder v4.5.57
[INFO] [stderr]   Downloaded jiff v0.2.19
[INFO] [stderr]   Downloaded opendal v0.55.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+f9988fefd3add01f414f52b414308e7872622fee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 19177c073a686e105735d3261a3f94ba0279bccae0a038afd1bb3fa53590af4d
[INFO] running `Command { std: "docker" "start" "-a" "19177c073a686e105735d3261a3f94ba0279bccae0a038afd1bb3fa53590af4d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "19177c073a686e105735d3261a3f94ba0279bccae0a038afd1bb3fa53590af4d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "19177c073a686e105735d3261a3f94ba0279bccae0a038afd1bb3fa53590af4d", kill_on_drop: false }`
[INFO] [stdout] 19177c073a686e105735d3261a3f94ba0279bccae0a038afd1bb3fa53590af4d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+f9988fefd3add01f414f52b414308e7872622fee" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a644cd985b0e006e1778a7ec2108746015c1cce8112d82d28fa996613787b870
[INFO] running `Command { std: "docker" "start" "-a" "a644cd985b0e006e1778a7ec2108746015c1cce8112d82d28fa996613787b870", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling unicode-ident v1.0.23
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling libc v0.2.180
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling find-msvc-tools v0.1.9
[INFO] [stderr]    Compiling itoa v1.0.17
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling pkg-config v0.3.32
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling cc v1.2.55
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling litemap v0.8.1
[INFO] [stderr]    Compiling writeable v0.6.2
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling icu_properties_data v2.1.2
[INFO] [stderr]    Compiling icu_normalizer_data v2.1.1
[INFO] [stderr]    Compiling zmij v1.0.20
[INFO] [stderr]    Compiling rustls-pki-types v1.14.0
[INFO] [stderr]    Compiling openssl v0.10.75
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling foreign-types-shared v0.1.1
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling foreign-types v0.3.2
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling tower-layer v0.3.3
[INFO] [stderr]    Compiling rustls v0.23.36
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling openssl-probe v0.1.6
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling anyhow v1.0.101
[INFO] [stderr]    Compiling mime v0.3.17
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling ryu v1.0.23
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling webpki-roots v1.0.6
[INFO] [stderr]    Compiling iri-string v0.7.10
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling time-core v0.1.8
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling num-conv v0.2.0
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]    Compiling time-macros v0.2.27
[INFO] [stderr]    Compiling deranged v0.5.5
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling anstyle-parse v0.2.7
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling regex-syntax v0.8.9
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling socket2 v0.6.2
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling openssl-sys v0.9.111
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]    Compiling colorchoice v1.0.4
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling anstyle v1.0.13
[INFO] [stderr]    Compiling option-ext v0.2.0
[INFO] [stderr]    Compiling clap_lex v0.7.7
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling dirs-sys v0.4.1
[INFO] [stderr]    Compiling ed25519 v2.2.3
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling pem v3.0.6
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling clap_builder v4.5.57
[INFO] [stderr]    Compiling matchit v0.7.3
[INFO] [stderr]    Compiling dirs v5.0.1
[INFO] [stderr]    Compiling microvm-oci v0.1.0 (/opt/rustwide/workdir/crates/oci)
[INFO] [stderr]    Compiling time v0.3.47
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling jiff v0.2.19
[INFO] [stderr]    Compiling uuid v1.20.0
[INFO] [stderr]    Compiling serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling rustls-webpki v0.103.9
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]    Compiling tokio v1.49.0
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling simple_asn1 v0.6.3
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling ed25519-dalek v2.2.0
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling clap v4.5.57
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling quick-xml v0.38.4
[INFO] [stderr]    Compiling microvm-core v0.1.0 (/opt/rustwide/workdir/crates/core)
[INFO] [stderr]    Compiling jsonwebtoken v9.3.1
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling axum-core v0.4.5
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling backon v1.6.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling h2 v0.4.13
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling hyper-rustls v0.27.7
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling axum v0.7.9
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling opendal v0.55.0
[INFO] [stderr]    Compiling microvm-storage v0.1.0 (/opt/rustwide/workdir/crates/storage)
[INFO] [stderr]    Compiling microvm-registry v0.1.0 (/opt/rustwide/workdir/apps/registry)
[INFO] [stderr]    Compiling vmctl v0.1.0 (/opt/rustwide/workdir/apps/cli)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 40s
[INFO] running `Command { std: "docker" "inspect" "a644cd985b0e006e1778a7ec2108746015c1cce8112d82d28fa996613787b870", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a644cd985b0e006e1778a7ec2108746015c1cce8112d82d28fa996613787b870", kill_on_drop: false }`
[INFO] [stdout] a644cd985b0e006e1778a7ec2108746015c1cce8112d82d28fa996613787b870
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+f9988fefd3add01f414f52b414308e7872622fee" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6b8be717fbd2ba66a1b027efcb12e81ae31081db02a0882034f31b49ab756ed3
[INFO] running `Command { std: "docker" "start" "-a" "6b8be717fbd2ba66a1b027efcb12e81ae31081db02a0882034f31b49ab756ed3", kill_on_drop: false }`
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling backon v1.6.0
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling microvm-oci v0.1.0 (/opt/rustwide/workdir/crates/oci)
[INFO] [stderr]    Compiling openssl v0.10.75
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling tempfile v3.24.0
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling opendal v0.55.0
[INFO] [stderr]    Compiling microvm-storage v0.1.0 (/opt/rustwide/workdir/crates/storage)
[INFO] [stderr]    Compiling microvm-registry v0.1.0 (/opt/rustwide/workdir/apps/registry)
[INFO] [stderr]    Compiling vmctl v0.1.0 (/opt/rustwide/workdir/apps/cli)
[INFO] [stderr]    Compiling microvm-core v0.1.0 (/opt/rustwide/workdir/crates/core)
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/opt/rustwide/target/debug/deps/rustcuiLQje/symbols.o" "<10 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libtoml-1dbcc5b389e7b720,libtoml_edit-521713935f7efa89,libserde_spanned-5034dad753741d03,libwinnow-d62ac2e12e2c39e2,libtoml_write-2f6b5c773e85447e,libtoml_datetime-8bca652ae3dad7ff}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libtempfile-780a2e7fd822659b,librustix-2e96d4adb1bfee50,liblinux_raw_sys-468f3136534c61a1,libtracing_subscriber-10e233e8aee971a3,libsharded_slab-a43bbfc0e39c291b,liblazy_static-afffdbb119bd9ac1,libmatchers-84e3556f3e407baa,libregex_automata-8a15003ae7b4d53b,libregex_syntax-e18ab1e08c76b1fe,libnu_ansi_term-93d8ee8dec5a4017,libthread_local-18638dcf05a3c55a,libtracing_log-fdc254d2911c833a,libmicrovm_registry-2608a4a66828b679,libmicrovm_storage-7410d7d5d78739d6,libsha2-ce973d3008cbe386,libcpufeatures-bb85f9e0eaf4b5a3,libopendal-77e9fc87d135cdbf,libquick_xml-35196b95c36b8637,libreqwest-ef3a67c7444b95c6,libhyper_rustls-2fb73f1f701bdf1e,libwebpki_roots-52073429bdaef505,libhyper_tls-27e6ba8a18dcfba8,libtokio_native_tls-6de75d1e63752e73,libtokio_rustls-f9cd6ab925018d0d,librustls-9eeec070142d1ddd,libsubtle-e2f0af8959bd7889,libwebpki-50c3e9e70478155e,librustls_pki_types-d9016c657ae33e66,libzeroize-e5ba3babb6b7003b,libencoding_rs-e36cbb4cff8cacd8,libtower_http-f96d4e34b554c4ac,libiri_string-f1c5413b54c99d2e,libnative_tls-1ab1712180acfa66,libopenssl_probe-d74274d8b7245f2e,libopenssl-af58a91a7c1210f8,libbitflags-e3ebf951a1dfe30d,libforeign_types-5f537df59e969067,libforeign_types_shared-eb5f1cae025af37f,libopenssl_sys-ea898071da7263db,libuuid-f15fa6780702c420,libgetrandom-ad4d23f31269f0fa,libjiff-67795647c25e3944,libmd5-e2548c238049e766,libdigest-db71daf0addcc273,libblock_buffer-5dce873968ab2a0e,libcrypto_common-ed21d0c5ae63a1e9,libgeneric_array-fc021ac1898d14e1,libtypenum-8388f334d4574afe,libbackon-4fe7ecc214d165c9,libfastrand-74ae4622d963d882,liburl-b12c1ac9e73ab44c,libidna-fae51372a1654161,libutf8_iter-efb3984ee203d151,libidna_adapter-76174d920d4a8ed3,libicu_properties-e404ce1b016d69d0,libicu_properties_data-7e155758dd6ea0a4,libicu_normalizer-8199370aea245a0a,libicu_normalizer_data-e4349eb9146e5fe1,libicu_collections-65fea9e49209fa9c,libpotential_utf-1a7cb552c514e605,libicu_provider-2dc8420ad66d34c7,libicu_locale_core-8764430055299471,libtinystr-75c1cf4ba6f436ad,liblitemap-d0ce52a8e9251912,libwriteable-9b3c58e63c9ae012,libzerovec-3f73df31a6667684,libzerotrie-c4ca6b0517b76407,libyoke-597834fa3c2d52a8,libstable_deref_trait-646f6b28b9520b3d,libzerofrom-c5791677137b2e43,libfutures-61eb024eb6316d94,libmicrovm_core-9591f7584616f33d,libjsonwebtoken-f829d55674db8a39,libpem-8e22783d6595b847,libsimple_asn1-065c1b877cc539be,libtime-cb5046ae94298633,libtime_core-388d6e02ed0f4b60,libnum_conv-0f40d69e12852f0a,libderanged-beb96e7e996e68bc,libpowerfmt-521a460cc2ff4e45,libthiserror-e4c0b223b12ec1f5,libnum_bigint-22c14e88a611ca1b,libnum_integer-42ed8eb6d389f150,libnum_traits-239574d301eef326,libring-6c61ecbf829ee10f,libgetrandom-e9e5be3fa05ad6e9,libuntrusted-151845769873c416,libcfg_if-cad248e7066eec15,libaxum-7a9b685354db937d,libserde_path_to_error-6afbe9f68fdfad7f,libserde_json-76440089a9393f3a,libzmij-e2b975b003725976,libserde_urlencoded-b02344b9637600a2,libryu-96e4827cb8e74ef1,libform_urlencoded-e63e84c134db7b31,libhyper_util-16dbe5cf55e83185,libbase64-fff42f7554bbeb90,libpercent_encoding-99cdb00cefa02ca0,libipnet-7f24c5b85fa70b77,libhyper-cd29dced7449baf3,libwant-4a0be0a267c8825f,libtry_lock-b2ba3b7879656042,libsmallvec-128704011005142e,libhttparse-2dcf90c780aed9d3,libh2-a15f37ffebd20ebb,libindexmap-b32e6afe26051abc,libequivalent-9631f206a02b9f54,libhashbrown-d0fb47154dd694bf,libfnv-2a26f5d3b9cd4973,libtokio_util-1f5b5f06023fefb1,libatomic_waker-f98c2fb1596910db,libhttpdate-fd089b66c335a993,libmatchit-994b7d2346168c4c,libserde-3c79f13053452f78,libserde_core-3babf6f5a9b2410c,libaxum_core-e552d4428d2244be,libmime-7cbfcc84299bf52b,libhttp_body_util-616e4263c9dca003,libhttp_body-112e6cca9463065d,libhttp-db17fbb5ab25270d,libitoa-d7c2333f8dedd037,libtracing-a4619705a59e5f16,liblog-753a0cb3f11b08fe,libtracing_core-5bf54009919d6314,libonce_cell-db8f3eed2a1f3f7b,libtower-30da32117471e82e,libsync_wrapper-c4446c9ab9748a89,libfutures_util-54c3a71bfe9dd515,libmemchr-d8218b780a78fe0a,libfutures_io-de365546141a7cae,libslab-6f51d9019150979e,libfutures_channel-f8b566c7bd079e89,libfutures_sink-bb58a37a11906cee,libfutures_task-0897da15ce1c548c,libpin_utils-edd6e294c1e21a4f,libfutures_core-c23514cefd9aa7c7,libtower_layer-5699d784b4449e00,libtower_service-222788e4f5219726,libtokio-8661770fe15ce917,libsignal_hook_registry-fd621ba0a8addf40,liberrno-ed431953f93f1552,libsocket2-63cbda96eb33150c,libbytes-a6415339708e1154,libmio-ccf88a7bbbdf074d,liblibc-0eece572e083b4d9,libpin_project_lite-5ffafa3f2ed0bb57,libanyhow-6d4397a04fb0f153}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/deps/rustcuiLQje/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/ring-9d32b33a95eaff40/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/microvm_registry-49fec36aab5dc8a9" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: collect2: fatal error: ld terminated with signal 9 [Killed]
[INFO] [stdout]           compilation terminated.
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `microvm-registry` (bin "microvm-registry" test) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `vmctl` (lib test)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/f9988fefd3add01f414f52b414308e7872622fee/bin/rustc --crate-name vmctl --edition=2021 apps/cli/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b5d68fd9b13abe31 -C extra-filename=-458d6c231beeaff1 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-6d4397a04fb0f153.rlib --extern axum=/opt/rustwide/target/debug/deps/libaxum-7a9b685354db937d.rlib --extern base64=/opt/rustwide/target/debug/deps/libbase64-fff42f7554bbeb90.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-05b99e1eb5146685.rlib --extern dirs=/opt/rustwide/target/debug/deps/libdirs-329370b07a7e9ea1.rlib --extern ed25519_dalek=/opt/rustwide/target/debug/deps/libed25519_dalek-7da373e367369c96.rlib --extern getrandom=/opt/rustwide/target/debug/deps/libgetrandom-e9e5be3fa05ad6e9.rlib --extern libc=/opt/rustwide/target/debug/deps/liblibc-0eece572e083b4d9.rlib --extern microvm_core=/opt/rustwide/target/debug/deps/libmicrovm_core-9591f7584616f33d.rlib --extern microvm_registry=/opt/rustwide/target/debug/deps/libmicrovm_registry-2608a4a66828b679.rlib --extern microvm_storage=/opt/rustwide/target/debug/deps/libmicrovm_storage-7410d7d5d78739d6.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-ef3a67c7444b95c6.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-3c79f13053452f78.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-76440089a9393f3a.rlib --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-780a2e7fd822659b.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-8661770fe15ce917.rlib --extern toml=/opt/rustwide/target/debug/deps/libtoml-1dbcc5b389e7b720.rlib --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/ring-9d32b33a95eaff40/out` (signal: 9, SIGKILL: kill)
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/opt/rustwide/target/debug/deps/rustc6Tm564/symbols.o" "<6 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libtempfile-780a2e7fd822659b,librustix-2e96d4adb1bfee50,liblinux_raw_sys-468f3136534c61a1,libvmctl-d81820f3d64a1da4,libtoml-1dbcc5b389e7b720,libtoml_edit-521713935f7efa89,libserde_spanned-5034dad753741d03,libwinnow-d62ac2e12e2c39e2,libtoml_write-2f6b5c773e85447e,libtoml_datetime-8bca652ae3dad7ff,libdirs-329370b07a7e9ea1,libdirs_sys-7142650f304c3c84,liboption_ext-38791eff9acb757e,libmicrovm_storage-7410d7d5d78739d6,libopendal-77e9fc87d135cdbf,libquick_xml-35196b95c36b8637,libreqwest-ef3a67c7444b95c6,libserde_urlencoded-b02344b9637600a2,libryu-96e4827cb8e74ef1,libhyper_rustls-2fb73f1f701bdf1e,libwebpki_roots-52073429bdaef505,libhyper_tls-27e6ba8a18dcfba8,libtokio_native_tls-6de75d1e63752e73,libtokio_rustls-f9cd6ab925018d0d,librustls-9eeec070142d1ddd,libwebpki-50c3e9e70478155e,libring-6c61ecbf829ee10f,libuntrusted-151845769873c416,librustls_pki_types-d9016c657ae33e66,libmime-7cbfcc84299bf52b,libencoding_rs-e36cbb4cff8cacd8,libtower_http-f96d4e34b554c4ac,libiri_string-f1c5413b54c99d2e,libtower-30da32117471e82e,libtower_layer-5699d784b4449e00,libnative_tls-1ab1712180acfa66,libopenssl_probe-d74274d8b7245f2e,libopenssl-af58a91a7c1210f8,libbitflags-e3ebf951a1dfe30d,libforeign_types-5f537df59e969067,libforeign_types_shared-eb5f1cae025af37f,libopenssl_sys-ea898071da7263db,libhyper_util-16dbe5cf55e83185,libipnet-7f24c5b85fa70b77,libtower_service-222788e4f5219726,libhyper-cd29dced7449baf3,libwant-4a0be0a267c8825f,libtry_lock-b2ba3b7879656042,libhttparse-2dcf90c780aed9d3,libh2-a15f37ffebd20ebb,libtracing-a4619705a59e5f16,libtracing_core-5bf54009919d6314,libonce_cell-db8f3eed2a1f3f7b,libindexmap-b32e6afe26051abc,libequivalent-9631f206a02b9f54,libhashbrown-d0fb47154dd694bf,libfnv-2a26f5d3b9cd4973,libatomic_waker-f98c2fb1596910db,libhttpdate-fd089b66c335a993,libtokio_util-1f5b5f06023fefb1,libhttp_body_util-616e4263c9dca003,libsync_wrapper-c4446c9ab9748a89,libuuid-f15fa6780702c420,libgetrandom-ad4d23f31269f0fa,libjiff-67795647c25e3944,libmd5-e2548c238049e766,libhttp_body-112e6cca9463065d,libbackon-4fe7ecc214d165c9,libfastrand-74ae4622d963d882,liblog-753a0cb3f11b08fe,libtokio-8661770fe15ce917,libsignal_hook_registry-fd621ba0a8addf40,liberrno-ed431953f93f1552,libsocket2-63cbda96eb33150c,libmio-ccf88a7bbbdf074d,liburl-b12c1ac9e73ab44c,libidna-fae51372a1654161,libutf8_iter-efb3984ee203d151,libidna_adapter-76174d920d4a8ed3,libicu_properties-e404ce1b016d69d0,libicu_properties_data-7e155758dd6ea0a4,libicu_normalizer-8199370aea245a0a,libsmallvec-128704011005142e,libicu_normalizer_data-e4349eb9146e5fe1,libicu_collections-65fea9e49209fa9c,libpotential_utf-1a7cb552c514e605,libicu_provider-2dc8420ad66d34c7,libicu_locale_core-8764430055299471,libtinystr-75c1cf4ba6f436ad,liblitemap-d0ce52a8e9251912,libwriteable-9b3c58e63c9ae012,libzerovec-3f73df31a6667684,libzerotrie-c4ca6b0517b76407,libyoke-597834fa3c2d52a8,libstable_deref_trait-646f6b28b9520b3d,libzerofrom-c5791677137b2e43,libform_urlencoded-e63e84c134db7b31,libpercent_encoding-99cdb00cefa02ca0,libhttp-db17fbb5ab25270d,libfutures-61eb024eb6316d94,libfutures_util-54c3a71bfe9dd515,libfutures_io-de365546141a7cae,libslab-6f51d9019150979e,libfutures_channel-f8b566c7bd079e89,libpin_project_lite-5ffafa3f2ed0bb57,libfutures_sink-bb58a37a11906cee,libfutures_task-0897da15ce1c548c,libpin_utils-edd6e294c1e21a4f,libfutures_core-c23514cefd9aa7c7,libbytes-a6415339708e1154,libmicrovm_core-9591f7584616f33d,libserde_json-76440089a9393f3a,libmemchr-d8218b780a78fe0a,libitoa-d7c2333f8dedd037,libzmij-e2b975b003725976,libserde-3c79f13053452f78,libserde_core-3babf6f5a9b2410c,libgetrandom-e9e5be3fa05ad6e9,liblibc-0eece572e083b4d9,libed25519_dalek-7da373e367369c96,libsha2-ce973d3008cbe386,libcurve25519_dalek-fc02dc2a3aa4a77e,libcpufeatures-bb85f9e0eaf4b5a3,libzeroize-e5ba3babb6b7003b,libsubtle-e2f0af8959bd7889,libcfg_if-cad248e7066eec15,libdigest-db71daf0addcc273,libblock_buffer-5dce873968ab2a0e,libcrypto_common-ed21d0c5ae63a1e9,libgeneric_array-fc021ac1898d14e1,libtypenum-8388f334d4574afe,libed25519-e182b337d47d9220,libsignature-4e0dee0faa117b9b,libbase64-fff42f7554bbeb90,libanyhow-6d4397a04fb0f153,libclap-05b99e1eb5146685,libclap_builder-8e3a2a9cec89c622,libstrsim-f574d476d7d1a6ac,libanstream-4e5206a633f6e11c,libanstyle_query-39b86009b9b8dd8a,libis_terminal_polyfill-090e57e4b8c850d2,libcolorchoice-0b50abc860a6bcad,libanstyle_parse-8a8fb41415b00427,libutf8parse-ae3caf0a878928ed,libclap_lex-d25044f35d314bca,libanstyle-1f7f6180e797cb80}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/deps/rustc6Tm564/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/ring-9d32b33a95eaff40/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/vmctl-8069d5d5510c71fd" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: collect2: fatal error: ld terminated with signal 9 [Killed]
[INFO] [stdout]           compilation terminated.
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `vmctl` (bin "vmctl" test) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "6b8be717fbd2ba66a1b027efcb12e81ae31081db02a0882034f31b49ab756ed3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6b8be717fbd2ba66a1b027efcb12e81ae31081db02a0882034f31b49ab756ed3", kill_on_drop: false }`
[INFO] [stdout] 6b8be717fbd2ba66a1b027efcb12e81ae31081db02a0882034f31b49ab756ed3
